html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0;
    padding: 0;
    border: 0;
}

table,
td {
    margin: 0;
    padding: 0;
}

ul,
dl,
dt,
dd,
ol {
    list-style-type: none;
}

select,
input {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    outline: none;
    border: 0;
}

textarea {
    resize: none;
    outline: none;
}

input[type='button'],
input[type='submit'],
input[type='file'],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #333333;
}

li {
    list-style: none;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
    /*IE/7/6*/
}


/*通用头部、尾部、检索等公用代码*/

body,
html {
    min-width: 1300px;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
    display: block;
    max-width: 1920px;
    min-width: 1388px;
    margin: 0 auto;
    position: relative;
}

.container {
    width: 1388px;
    margin: 0 auto;
    overflow: hidden;
}

.location {
    line-height: 80px;
    height: 80px;
}

.location .location_content {
    margin-left: 25px;
    font-size: 18px;
    color: #999999;
    float: left;
}

.location .location_content a {
    font-size: 18px;
    color: #999999;
    text-decoration: none;
}

.location .location_content span:last-child a {
    color: #333333;
}